
h1,h2,h3,h4{
    font-weight: 400;
}
.common-login{
    display: none;
    
}
.common-login .login-main{
    background: url(/assets/web4/images/login-bg.png) no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    padding-top: 100px;
    position: relative;
}
.login-main .login-content{
    width: 450px;
    background-color: #fff;
    border-radius: 15px;
    /* margin: 100px auto; */
    padding: 40px 20px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .05);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login-main .login-content h3{
    font-size: 30px;
    font-weight: 400; 
    color: #00004f;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.login-main .login-content .login-item{
    margin-bottom: 20px;
}
.login-main .login-content .login-item input[type="text"],.login-main .login-content .login-item input[type="password"]{
    width: 100%;
    border: none;
    background-color: #F5F5F5;
    border-radius: 5px;
    padding: 15px 10px;
    height: 50px;
    color: #777;
}
.login-main .login-content .login-item.two{
    display: flex;
    margin-bottom: 30px;
}
.login-main .login-content .login-item.two .login-checkbox{
    flex-grow: 2;
}
#remember{
    margin-right: 10px;
}
.login-main .login-content .login-item.two .login-wjma a{
    text-decoration: none;
    color: #00004f;
    font-weight: 400; 
}
.login-main .login-content .login-item button{
    border: 1px solid #00004f;
    background-color: #00004f;
    color: #fff;
    /* margin-right: 20px; */
    position: relative;
    border-radius: 20px;
    padding: 5px 40px;
    margin-bottom: 10px;
}
.login-main .login-content .login-item.login-btn-box{
    text-align: center;
}
.login-main .login-content .login-item button:hover{
    border: 1px solid #213D95;
    background-color: #213D95;
}
.login-main .login-content .login-item button::after{
    content: '';
    width: 25px;
    height: 25px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    right: 10px;
    transition: all 0.5s;
}
.login-main .login-content .login-item button:hover::after{
    content: '';
    width: 25px;
    height: 25px;
    background: url(/assets/web4/images/banner-btn.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 5px;
    right: 3px;
}
#common-register .login-main .login-content h3{
    margin-bottom: 0;
}
#common-register  .nav{
    padding: 0;
    margin-bottom: 20px;
    border:none;
}
#common-register .nav-tabs>li{
    width: 50%;
}
#common-register .nav-tabs>li>a{
    border-radius: 0;
    border: none;
}
#common-register .nav-tabs>li.active>a{
    border-top: 1px solid #00004f;
    color: #00004f;
    font-weight: 400; 
}
#common-register .send-code{
    display: flex;
    align-items: center;
}
#common-register .send-code input{
    flex-grow: 2;
}
#common-register .send-code span{
    width: 100px;
    margin-left: 20px;
    color: #00004f;
    cursor: pointer;
}
.common-login .login-close{
    position: absolute;
    top: 50px;
    left: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F2F2F2;
    border-radius: 50%;
    cursor: pointer;
}
.common-login .login-close img{
    width: 15px;
}
#keeplogin{
    margin-right: 10px;
}
.login-btn-box a{
    font-weight: 400; 
    color: #00004f;
}
.login-item.one .login-checkbox{
    display: flex;
    align-items: flex-start;
}
.login-item.one .login-checkbox p{
    line-height: 18px;
}
.login-checkbox a{
    color: #00004f;
    font-weight: 400; 
}
.password-item{
    position: relative;
}
.password-item img{
    position: absolute;
    top: 15px;
    width: 20px;
    right: 20px;
    cursor: pointer;
}
.password-item img:nth-of-type(2){
    display: none;
}
.geehy-select{
    width: 100%;
    padding: 6px 12px;
    text-align: left;
    position: relative;
    border: 1px solid #ccc;
    color: #777;
    font-size: 15px;
}
.geehy-select .caret{
    position: absolute;
    top: 15px;
    right: 20px;
}
.geehy.dropdown-menu{
	width: 100%;
    border: none;
    box-shadow: 0px 3px 12px 5px rgba(0,0,0,.175) !important;
	border-radius: 15px;
}

.geehy.dropdown-menu>li {
    text-align: center;
    border-radius: 10px;
    padding: 6px 14px;
    margin: 4px;
	cursor: pointer;
}
.geehy.dropdown-menu>li:hover {
    background-color: #50a2ff !important;
    color: #fff;
}

.aikf{
    position: fixed;
    bottom: 50%;
    right: 20px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 9999;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* 移动端触摸优化 */
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.aikf:hover {
    transform: scale(1.05);
}

.aikf.dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1.1);
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3); */
    z-index: 10000;
}

/* 拖拽时禁止文本选择 */
.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.aikf img{
    width: 100%;
    pointer-events: none; /* 防止图片被拖拽 */
}

.aikf p{
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 10px;
    text-align: center;
    background-color: #00004f;
    border-radius: 5px;
    pointer-events: none; /* 防止文字被选中 */
}

/* 自定义弹窗样式 */
.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.custom-modal-overlay.show {
    opacity: 1;
    visibility: visible;
}

.custom-modal {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: scale(0.7);
    transition: transform 0.3s ease;
    max-width: 95vw;
    max-height: 95vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.custom-modal-overlay.show .custom-modal {
    transform: scale(1);
}

/* 关闭按钮样式 */
.custom-modal > span {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}


.custom-modal > span img {
    width: 30px;
    height: 30px;
    display: block;
}

.custom-modal-content {
    flex: 1;
    overflow: hidden;
    display: flex;
}

.custom-modal-content iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .custom-modal {
        width: 95vw !important;
        height: 85vh !important;
        margin: 10px;
    }
    
    .custom-modal > span {
        top: 10px;
        right: 10px;
    }
    
    .custom-modal > span img {
        width: 18px;
        height: 18px;
    }
}


@media(max-width:768px) {
    .common-login .login-close{
        width: 30px;
        height: 30px;
        left: 20px;
    }
    .common-login .login-close img {
        width: 10px;
    }
    .login-main .login-content{
        width: 90%;
        margin: 50px auto;
        padding: 20px;
    }
    .login-main .login-content h3{
        font-size: 20px;
    }
    .common-login .login-main{
        padding-top: 50px;
    }
    .aikf{
        width: 60px;
        height: 60px;
    }
    .aikf p{
        font-size: 12px;
    }
}






html{
    scroll-padding-top: 80px;
}
a:focus{
    text-decoration: none;
}

.layui-layer-page .layui-layer-content {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break:  break-word  ;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
}

.use-info-tip{
    display: flex;
    align-items: center;
    background-color: #c9fff7;
    color: #00004f;
    padding: 10px ;
    font-size: 12px;
    border-radius: 5px;
    line-height: 16px;
    }
.use-info-tip img{
    width: 15px;
    margin-right: 10px;
}
.error-tip{
    display: none;
}
#common-forget .login-content{
    padding: 50px;
}
.login-radio{
    display: flex;
    align-items: center;
}
.login-radio-item{
    width: 50%;
    font-size: 15px;
    text-align: center;
}
#common-forget .forget-image{
    text-align: center;

}
#common-forget .forget-image p{
    color: #00004f;
    font-size: 20px;
    margin-bottom: 20px;
    margin-bottom: 20px;
}
#common-forget .forget-text{
    text-align: center;
    font-size: 15px;
    color: #777;
    margin-bottom: 20px;
}
#common-forget .forget-text p{
    word-wrap: break-word !important;
}
.cancal{
    background-color: #fff !important;
    color: #00004f !important;
    margin-right: 50px !important;
}
.cancal::after{
    width: 0 !important;
    height: 0 !important;
}
.forget-image{
    margin-bottom: 20px;
}
.forget-text .username-text{
    color: #00004f;
}
.forget-yzm{
    text-align: center;
    margin-bottom: 20px;
}
.forget-yzm input {
    height: 30px;
    width: 30px;
    border-radius: 4px;
    border: none;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    background-color: #f5f5f5;
}
.forget-send-success{
    text-align: center;
    margin-bottom: 10px;
}
.forget-send-success p{
    color: #00004f;
    margin-bottom: 10px;
    font-size: 12px;
}
.forget-send-success p.forget-send-status{
    border: 1px solid #00004f;
    padding: 5px 10px;
    border-radius: 20px;
    color: #00004f;
    width: 60%;
    display: inline-block;
}
.forget-resend{
    text-align: center;
    margin-bottom: 20px;
    display: none;
    cursor: pointer;
}
.forget-resend p{
    border: 1px solid #00004f;
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #00004f;
    width: 60%;
    display: inline-block;
    color: #fff;
}
.forget-step-2,.forget-step-3{
    display: none;
}
.login-item-bottom{
    display: flex;
}
.login-item-bottom p{
    width: 50%;
}
.login-item-bottom p:last-child{
    text-align: right;
}
.login-item-bottom a{
    color: #00004f;
}

.common-login .login-item{
    position: relative;
}
.common-login label{
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 10px;
    /* 取消 label 的鼠标行为 */
    pointer-events: none;
}
.common-login input:focus {
    outline: none;
}
.common-login label{
    transition: all 0.15s ease-out;
    color: grey;
    z-index: 1;
  }
.common-login input{
transition: all 0.15s ease-out;
}
  
.common-login label.active{
    font-size: 12px;
    top: 2px;
}
.common-login input:not(#code1):not(#code2):not(#code3):not(#code4):not(.inpu-zc).active{
    padding: 22px 10px 8px 10px !important;
}
.layui-layer-dialog{
    border-radius: 5px !important;
    overflow: hidden;
    width: 400px !important;
}
.layui-layer-dialog .layui-layer-content{
    text-align: center !important;
    padding: 100px 20px  0px !important;
    min-height: 100px;
    font-size: 18px !important;
    overflow-y: hidden !important;
}
.layui-layer-dialog .layui-layer-content .layui-icon-error{
    display: block !important;
    width: 50px;
    height: 50px;
    background: url(/assets/web4/images/error-icon.png ) no-repeat !important;
    background-size: 100% 100% !important;
    top: 40px;
    left: calc(50% - 25px);
}
.layui-layer-btn{
    text-align: center !important;  
}
.layui-layer-title{
    display: none !important;
}
.layui-layer-btn{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.layui-layer-btn .layui-layer-btn0{
    font-size: 15px !important;
    background-color: #00004f !important;
    color: #fff !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 3px 30px !important;
    height: 32px !important;
}
.layui-icon-error:before{
    content: '' !important;
}
.layui-icon-success:before{
    content: '' !important;
}
.layui-icon-close:before{
    content: '' !important;
}
.layui-layer-setwin .layui-layer-close{
    width: 30px;
    height: 30px;
    background: url(/assets/web4/images/close-icon.png ) no-repeat !important;
    background-size: 100% 100% !important;
}
.layui-layer-dialog .layui-layer-content .layui-icon-success{
    display: block !important;
    width: 40px;
    height: 40px;
    background: url(/assets/web4/images/success-icon.png ) no-repeat !important;
    background-size: 100% 100% !important;
    top: 40px;
    left: calc(50% - 20px);
}
.contact .dingyue-content{
    margin-top: 30px;
}
.layui-layer-content{
    padding: 0 !important;
}
.layui-layer.layui-layer-page{
    border-radius: 10px !important;
    overflow: hidden;
}